public.slice(hstore, text[]) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.slice(hstore, text[])
Comment
Src
CREATE FUNCTION public.slice(hstore, text[]) 
 RETURNS hstore AS 
$BODY$hstore_slice_to_hstore$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;